home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 44
/
Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso
/
Aminet
/
util
/
rexx
/
rmh.lha
/
RMH
/
Examples
/
pname.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
2001-05-24
|
239b
|
11 lines
/*
usage of ProgramName()
*/
l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
say "Simple:" ProgramName()
say "NoExt: " ProgramName("NOEXT")
say "Full: " ProgramName("FULL")
say "Path: " PathPart(ProgramName("FULL"))